TOC This Package Prev Next Index
public class java.lang.LinkageError extends java.lang.Error (§1.46) { public LinkageError(); §1.51.1 public LinkageError(String s); §1.51.2 }Subclasses of
LinkageError
indicate that a class has some dependency on another class;
however the latter class has incompatibly changed after the compilation of the former
class.
public LinkageError()
LinkageError
public LinkageError(String s)
TOC This Package Prev Next Index